AttributeCollectionAdd Method (String) |
Adds an
Attribute with the specified name to the collection.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int Add(
string name
)
Public Function Add (
name As String
) As Integer
Parameters
- name
- Type: SystemString
The name of the Attribute to add.
Return Value
Type:
Int32The index of the added
Attribute.
See Also